![]() |
MoveDialogItem |
||||
Header: | Dialogs.h | Carbon status: | Supported | |
Moves a dialog item to a specified location in a window.
OSErr MoveDialogItem ( DialogPtr inDialog, SInt16 inItemNo, SInt16 inHoriz, SInt16 inVert );
A pointer to the dialog box containing the item to move.
The position of the item in the dialog box’s item list resource; use FindDialogItem to determine this value.
The new horizontal coordinate for the dialog item.
The new vertical coordinate for the dialog item.
A result code.
The MoveDialogItem function moves a dialog item to a specified location in a window. MoveDialogItem ensures that if the item is a control, the control rectangle and the dialog item rectangle (maintained by the Dialog Manager) are always the same.
This function is available with Appearance Manager 1.0 and later.
Supported in Carbon. Available in CarbonLib 1.0 and later when CarbonLib 1.0 or later is installed. Exported by CarbonLib 1.0 and later and by CarbonLib 1.0 and later.
© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)